home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2001 May / SGI IRIX Base Documentation 2001 May.iso / usr / share / catman / p_man / cat3 / ftn / time.z / time
Encoding:
Text File  |  1998-10-30  |  3.2 KB  |  67 lines

  1.  
  2.  
  3.  
  4. TTTTIIIIMMMMEEEE((((3333FFFF))))                                                              TTTTIIIIMMMMEEEE((((3333FFFF))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      time, ctime, ltime, gmtime - return system time
  10.  
  11. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.      eeeexxxxtttteeeerrrrnnnnaaaallll ttttiiiimmmmeeee
  13.      iiiinnnntttteeeeggggeeeerrrr ffffuuuunnnnccccttttiiiioooonnnn ttttiiiimmmmeeee(((())))
  14.  
  15.      ssssuuuubbbbrrrroooouuuuttttiiiinnnneeee ttttiiiimmmmeeee((((cccchhhhttttiiiimmmmeeee))))
  16.      cccchhhhaaaarrrraaaacccctttteeeerrrr****8888 cccchhhhttttiiiimmmmeeee
  17.  
  18.      cccchhhhaaaarrrraaaacccctttteeeerrrr****22224444 ffffuuuunnnnccccttttiiiioooonnnn ccccttttiiiimmmmeeee ((((ssssttttiiiimmmmeeee))))
  19.      iiiinnnntttteeeeggggeeeerrrr ssssttttiiiimmmmeeee
  20.  
  21.      ssssuuuubbbbrrrroooouuuuttttiiiinnnneeee llllttttiiiimmmmeeee ((((ssssttttiiiimmmmeeee,,,, ttttaaaarrrrrrrraaaayyyy))))
  22.      iiiinnnntttteeeeggggeeeerrrr ssssttttiiiimmmmeeee,,,, ttttaaaarrrrrrrraaaayyyy((((9999))))
  23.  
  24.      ssssuuuubbbbrrrroooouuuuttttiiiinnnneeee ggggmmmmttttiiiimmmmeeee ((((ssssttttiiiimmmmeeee,,,, ttttaaaarrrrrrrraaaayyyy))))
  25.      iiiinnnntttteeeeggggeeeerrrr ssssttttiiiimmmmeeee,,,, ttttaaaarrrrrrrraaaayyyy((((9999))))
  26.  
  27. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  28.      The external function _t_i_m_e returns the time since 00:00:00 GMT, Jan. 1,
  29.      1970, measured in seconds.  This is the value of the UNIX system clock.
  30.  
  31.      The intrinsic subroutine _t_i_m_e returns the time in the form 00:00:00 in
  32.      the character string _c_h_t_i_m_e. This is the default when _t_i_m_e is not
  33.      declared to be an external function.
  34.  
  35.      _C_t_i_m_e converts a system time to a 24 character ASCII string.  The format
  36.      is described under _c_t_i_m_e(3).  No 'newline' or NULL will be included.
  37.  
  38.      _L_t_i_m_e and _g_m_t_i_m_e disect a UNIX time into month, day, etc., either for the
  39.      local time zone or as GMT.
  40.  
  41.      The argument _s_t_i_m_e contains the time in seconds since 00:00:00 GMT,
  42.      January 1, 1970, returned by a previous call to _t_i_m_e. The order and
  43.      meaning of each element returned in _t_a_r_r_a_y is described under _c_t_i_m_e(3).
  44.  
  45. FFFFIIIILLLLEEEESSSS
  46.      /usr/lib/libU77.a
  47.  
  48. SSSSEEEEEEEE AAAALLLLSSSSOOOO
  49.      ctime(3), itime(3F), idate(3F), fdate(3F)
  50.  
  51. OOOORRRRIIIIGGGGIIIINNNN
  52.      MIPS Computer Systems
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.